fix icon sizes
authorcinamod <cinamod>
Wed, 5 Nov 2003 21:19:13 +0000 (21:19 +0000)
committercinamod <cinamod>
Wed, 5 Nov 2003 21:19:13 +0000 (21:19 +0000)
modules/engines/ms-windows/ChangeLog.old
modules/engines/ms-windows/Theme/gtk-2.0/gtkrc

index be844136b28ee739a68d8e6799da56bfc5dd7dad..f6a2f409c5e145d596f628b3d212df86169640fa 100755 (executable)
@@ -4,7 +4,7 @@
        consistent with Win32 behavior.\r
        * src/Theme/gtk-2.0/gtkrc: Make menubars have shadow=NONE. More\r
        consisten with Win32 behavior, though Win32 apps tend to differ in this\r
-       area.\r
+       area. Setup menu and toolbar icon sizes to be compatible with win32\r
        \r
 2003-11-04  Dom Lachowicz <cinamod@hotmail.com>\r
 \r
index 180395e7a4ae7910e0d4ab538bbda0b927957c49..2c280a3181baabc139c72ea9dc2fb68a0b789d03 100755 (executable)
@@ -1,3 +1,6 @@
+# TODO: we should probably obtain these from a Win32 IconMetrics struct
+gtk-icon-sizes="gtk-menu=16,16:gtk-small-toolbar=18,18:gtk-large-toolbar=24,24:gtk-dnd=32,32"
+
 style "wimp-default"
 {
   GtkWidget::interior_focus = 1
@@ -10,10 +13,9 @@ style "wimp-default"
 
   GtkTreeView::allow-rules = 0
   GtkTreeView::expander_size = 11
-
+  
   engine "wimp" 
   {
   }
 }
-
 class "*" style "wimp-default"